String Schema
CommonFlightDataType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
PointOfTurnAround Element Value Element Sequence PNR Element Sequence CommonFlightDataType Complex Type
Overview
Sequence
PNR optional ListType Complex Type
PNR reference
Sequence
Value 1..∞ xs:string
PointOfTurnAround optional xs:string
Point of turnaround of the flight (in case of return flight)
Used By
Data Element
Data Element
Source
<xs:complexType name="CommonFlightDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="PNR" type="ListType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>PNR reference</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PointOfTurnAround" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Point of turnaround of the flight (in case of return flight)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.